home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / comunic / tb501_2.zip / TB501.DOC < prev    next >
Text File  |  1993-12-07  |  5KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                     TriBBS 5.01 Interim Update Documentation
  8.                           Copyright (c) 1993 By TriSoft
  9.  
  10.  
  11.      The purpose of this interim update documentation is to document some
  12.      of the new features and changes that have taken place between TriBBS
  13.      5.0 and TriBBS 5.01.
  14.  
  15.  
  16.      ASCTOBIN
  17.      --------
  18.  
  19.      AscToBin is used to convert an ASCII text file list to TriBBS's binary
  20.      file format.  AscToBin is run from one of your nodes main directories
  21.      and is run in one of three modes.  It can be run with the following
  22.      command lines:
  23.  
  24.  
  25.           ASCTOBIN
  26.                This will display a list box of all of the file areas. 
  27.                Simply move the highlight bar to the appropriate file area
  28.                and press ENTER.  Press ESC to exit from AscToBin.
  29.  
  30.           ASCTOBIN /ALL
  31.                The /ALL switch is used to run AscToBin from either the DOS  
  32.                command line or from within a batch file.  This switch will  
  33.                have AscToBin convert the files lists for all of the board's 
  34.                file areas.
  35.  
  36.           ASCTOBIN /F:n1[-n2]
  37.                The /F: switch is used to run AscToBin from either the DOS   
  38.                command line or from within a batch file.  This switch will  
  39.                have AscToBin convert the files lists for a specified file   
  40.                area if it is specified using /F:n1, where n1 is the file
  41.                list to generate the binary file list for.  The /F: switch
  42.                can also create binary file lists for a range of file areas
  43.                if it is specified using /F:n1-n2, where n1 is the first
  44.                file area to create a binary file list for and n2 is the
  45.                last file area to create a binary file list for.
  46.  
  47.  
  48.      FILEMAN
  49.      -------
  50.  
  51.      Use of the new FileMan is pretty self-explanatory.  You just run it
  52.      from one of your node's main BBS directories using the following
  53.      command line: 
  54.  
  55.           FILEMAN
  56.  
  57.      The new FileMan has a DIZ All feature that causes FileMan to search
  58.      through all of the archives in the file area and use any FILE_ID.DIZ
  59.      or DESC.SDI files that may be present.  The DIZ All search can be
  60.      interrupted by pressing the space bar.
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.      If you have done anything to a file area (or areas) that would require
  74.      a new index file to be generated, FileMan will ask you if you want to
  75.      reindex any changed file areas.  In order to perform this function,
  76.      MakeIdx must be available in the DOS PATH.
  77.  
  78.  
  79.      IMPORTANT NOTE:  Neither FileMan or AscToBin support file sharing.
  80.      Therefore, they should NOT be used while the BBS is up and running.
  81.  
  82.  
  83.      BINARY FILE LIST INFORMATION FOR THIRD-PARTY DEVELOPERS
  84.      -------------------------------------------------------
  85.  
  86.      If you look at one of TriBBS's binary file lists with a listing
  87.      utility, they will appear to be a normal text file; however, they are
  88.      formatted in such a way that allows BBS.EXE to read them very quickly. 
  89.      Each line is exactly 78 characters long and use the following format:
  90.  
  91.               1         2         3         4    7
  92.      1234567890123456789012345678901234567890....012345678
  93.      FFFFFFFFFFFF  SSSSSSSS MM-DD-YY  DDDDDDD....DDDDDDD**
  94.                                       DDDDDDD....DDDDDDD** <- Optional line 
  95.                                       DDDDDDD....DDDDDDD** <- Optional line 
  96.  
  97.      Where:
  98.  
  99.      FFFFFFFFFFFF    is the file's name.
  100.      SSSSSSSS        is the file's size.
  101.      MM-DD-YY        is the file's date.
  102.      DDDD....DDDD    is the file's description.
  103.      **              is a carriage return/line feed pair.
  104.  
  105.      You should note that a file's entry in the file list can be from 1 to
  106.      20 lines long.
  107.  
  108.  
  109.      EXPIRED SUBSCRIPTIONS
  110.      ---------------------
  111.  
  112.      TriBBS 5.01 can now optionally zero out a caller's number of files
  113.      uploaded and download, the number of bytes the caller has uploaded and
  114.      downloaded, turn off access to private conference, and turn off access
  115.      to private file areas when a caller's subscription expires.
  116.  
  117.  
  118.      FASTLOG.BAT
  119.      -----------
  120.  
  121.      TriBBS 5.01 now optionally supports a batch file called FASTLOG.BAT. 
  122.      If this file exists and the caller is using TriBBS's quick logon
  123.      feature, TriBBS will call the batch file just after it generates all
  124.      of the door drop files and before checking for waiting messages. 
  125.      TriBBS shells out to memory when FASTLOG.BAT is called so a call to
  126.      BOARD.BAT at the end of FASTLOG.BAT is NOT necessary.
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.